home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / y2k_tetr.swf / scripts / DefineButton2_109 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  103 b   |  6 lines

  1. on(release){
  2.    removeMovieClip("../../figure2");
  3.    set("../..:nextf","0");
  4.    gotoAndStop(2);
  5. }
  6.